home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / text11s.zoo / text1.1 / man / Makefile < prev    next >
Encoding:
Makefile  |  1991-11-02  |  1.5 KB  |  60 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU textutils documentation.
  3. # Do not use this makefile directly, but only from `../Makefile'.
  4. # Copyright (C) 1991 Free Software Foundation, Inc.
  5.  
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. # GNU General Public License for more details.
  15.  
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. SHELL = /bin/sh
  21.  
  22. srcdir = ./man
  23.  
  24.  
  25. MANFILES = cat.1 cmp.1 comm.1 csplit.1 cut.1 expand.1 fold.1 head.1 \
  26. join.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 \
  27. unexpand.1 uniq.1 wc.1
  28.  
  29. DISTFILES = Makefile.in $(MANFILES)
  30.  
  31. all:
  32. .PHONY: all
  33.  
  34. install: all
  35.     for f in $(MANFILES); do \
  36.     if test -f $$f; then src=.; else src=$(srcdir); fi; \
  37.     $(INSTALLDATA) $$src/$$f $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  38.     done
  39. .PHONY: install
  40.  
  41. tags:
  42. .PHONY: tags
  43.  
  44. TAGS:
  45. .PHONY: TAGS
  46.  
  47. clean:
  48. .PHONY: clean
  49.  
  50. distclean: clean
  51.     rm -f Makefile
  52. .PHONY: distclean
  53.  
  54. realclean: distclean
  55. .PHONY: realclean
  56.  
  57. dist:
  58.     ln $(DISTFILES) ../`cat ../.fname`/man
  59. .PHONY: dist
  60.